home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Oberon⁄F™ 1.1 / Dev / Docu / Cmds (.txt) < prev    next >
Encoding:
Oberon Document  |  1995-08-09  |  1.8 KB  |  46 lines  |  [oODC/obnF]

  1. Documents.StdDocumentDesc
  2. Documents.DocumentDesc
  3. Containers.ViewDesc
  4. Views.ViewDesc
  5. Stores.StoreDesc
  6. Documents.ModelDesc
  7. Containers.ModelDesc
  8. Models.ModelDesc
  9. Stores.ElemDesc
  10. TextViews.StdViewDesc
  11. TextViews.ViewDesc
  12. TextModels.StdModelDesc
  13. TextModels.ModelDesc
  14. TextModels.AttributesDesc
  15. Helvetica
  16. TextRulers.StdRulerDesc
  17. TextRulers.RulerDesc
  18. TextRulers.StdStyleDesc
  19. TextRulers.StyleDesc
  20. TextRulers.AttributesDesc
  21. Helvetica
  22. Helvetica
  23. Helvetica
  24. DevCmds
  25. DEFINITION DevCmds;
  26.     PROCEDURE ClearLog;
  27.     PROCEDURE FlushResources;
  28.     PROCEDURE OpenLog;
  29.     PROCEDURE OpenModuleList;
  30. END DevCmds.
  31. PROCEDURE ClearLog
  32. Clears the log text.
  33. PROCEDURE FlushResources
  34. Flush menu guard and string translation resources.
  35. PROCEDURE OpenLog
  36. Opens a log window if none is open, otherwise it brings the log window to the top.
  37. PROCEDURE OpenModuleList
  38. Guard: TextCmds.SelectionGuard
  39. Opens the modules whose names are selected.
  40. TextControllers.StdCtrlDesc
  41. TextControllers.ControllerDesc
  42. Containers.ControllerDesc
  43. Controllers.ControllerDesc
  44. Helvetica
  45. Documents.ControllerDesc
  46.